home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / hard / hack / AmigaATX.lha / AmigaATX.readme < prev    next >
Text File  |  2002-05-09  |  4KB  |  104 lines

  1. Short:    Turn your Amiga off from cli
  2. Uploader: motorola_inside@mail.ru (Michael Dmitriev)
  3. Author:   Michael Dmitriev & bigblack@narod.ru (Oleg Sergeev)
  4. Type:     hard/hack
  5. Version:  AmigaATX v.1.0, 1.03.2002
  6.  
  7. Short description:
  8. ------------------
  9. This hardware will allow you to turn off your Amiga from shell. 
  10.  
  11. What do you need for that?
  12. --------------------------
  13. You need the following:
  14.  
  15. 1) An Amiga (Amiga1200) with working controller of DF1: 
  16.  
  17. 2) An ATX PowerSupply.
  18.  
  19. 3) Electronic components mentioned in the diagram. 
  20. Russian origin analogs were mentioned in brackets.
  21.  
  22. 4) A little bit of patience ;-)
  23.  
  24. History of the project:
  25. -----------------------
  26. After I bought CastleATX tower case for my Amiga1200, I started to look throught the Aminet 
  27. for the scheme of connecting the ATX power button. At the same time I also had an idea that 
  28. it would be great if Amiga will switch yourself off by means of script, cli, programmable 
  29. button like MMKeyboard [1] or whatever. The scheme which handle the ATX power button [4] was 
  30. given by Useless, who is the author of it. 
  31.  
  32. At the same time I found the SoftPSUoff [2] designed by valwit@gmx.net and have got an idea to 
  33. improve and join both schemes.
  34.  
  35. The very big thanks to:
  36. -----------------------
  37. I would like to thank the following people who helped me in development of that scheme:
  38.  
  39. BigBlack aka Oleg Sergeev who helped me a lot, corrected my scheme and made the final 
  40. design.
  41.  
  42. Useless who designed scheme for ATX power button support [4]. 
  43.  
  44. RDC aka Denis Sotchenko as a consultant.
  45.  
  46. Valwit for the idea with SEL2 signal [2].
  47.  
  48. DIAGRAM DESCRIPTION:
  49. --------------------
  50. We took the signal from SEL2 (pin 21 of of the external floppy port) as in case of SoftPSUoff [2] 
  51. and connect it to the base of VT1 which controls the presence of normal +5V (disappers when 
  52. power off) at the base of VT2. In normal state SEL2 has +4.8 V and when you release the signal 
  53. by typing in the shell C:poke $BFD100 4, then SEL2 goes to 0.5 V for a second. This event is 
  54. enough for VT2 to simulate the pressing of the power button S1 and switch the trigger. Poke 
  55. command you can take from PEEK_POKE.LHA [3], (thanks to MuffinTSI). The S2 is 
  56. required to override SEL2 drops in case of using either second floppy or some software which 
  57. uses SEL2 for some reasons. R4 - R5 is for secure reasons. R3 is ensures that the VT2 will be 
  58. closed as soon as VT1 interrupt the +5 V. C4 is required for precise switching of  VT2.
  59.  
  60. Responsibility:
  61. ---------------
  62. Both schemes (Diagram No.1 and No2) were tested and do not require to adjust the nominals, 
  63. but we can't guaratee the same for you. By the way we are not responsible for any damage, 
  64. disaster, fire, death of your pets, pregnancy of your girlfriend and other unawaited results  
  65. which may occure due to using of our schemes ;-))).  But all this bull shit doesn't mean that we 
  66. are won't to discuss with you problems which you may have. All suggestions and ideas are 
  67. welcome also.
  68.  
  69. Some additional notes:
  70. ----------------------
  71. It would be better to start from [4]. Only when you assured that trigger works 
  72. perfectly you can continue with our diagram.
  73.  
  74. Static shield is a good idea, because I had several times the unawaited switching the power 
  75. off, when tuched the tower case. But be carefull with metalised box for shielding. You have to 
  76. isolate internal surfaces to avoide short circuits.
  77.  
  78. Please use the right voltage for the diagrams, I mean normal +5V and Standby +5V. Check all 
  79. connection twice before using.
  80.  
  81. Connection to the ATX plug at PSU can be made in two ways: either you can find dead PeCe 
  82. motherboard and desolder ATX socket from it or just insert the cables in the correspond holes 
  83. on the plug. If you will use the cables with same thicknes as ones from PSU to plug it is ok, 
  84. and they seats very tight in the plug holes.  
  85.  
  86. What it is in the archive:
  87. -----------------------
  88.  
  89. AmigaATX.readme            -    readme file
  90. AmigaATX_diagram.png        -    Diagram
  91. PowerOFF.rexx            -    Arexx script to save unsaved data before switching off
  92.  
  93.  
  94. Reference:
  95. ----------
  96.  
  97. [1] http://ftp.wustl.edu/pub/aminet/hard/hack/MMKeyboard.lha
  98. [2] http://wuarchive.wustl.edu/aminet/hard/hack/softPSUoff.lha
  99. [3] http://wuarchive.wustl.edu/pub/aminet/util/cli/peek_poke.lha
  100. [4] http://wuarchive.wustl.edu/aminet/hard/hack/atx_psu.lha
  101.  
  102.  
  103. P.S.: Let me apology for my English if any.
  104.